pyo3::ffi

Function PyCodec_Decode

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