Function pyo3::ffi::PyCodec_Encode

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