Function pyo3::ffi::PyCodec_StreamWriter

source ·
pub unsafe extern "C" fn PyCodec_StreamWriter(
    encoding: *const i8,
    stream: *mut PyObject,
    errors: *const i8
) -> *mut PyObject