devela::_dep::pyo3::ffi

Function PyCodec_StreamWriter

pub unsafe extern "C" fn PyCodec_StreamWriter(
    encoding: *const i8,
    stream: *mut PyObject,
    errors: *const i8,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.