[][src]Function pyo3::ffi::PyCodec_StreamWriter

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