Function pyo3_ffi::PyCodec_Encode

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