Function python3_sys::PyCodec_Decode
[−]
[src]
pub unsafe extern "C" fn PyCodec_Decode(
object: *mut PyObject,
encoding: *const c_char,
errors: *const c_char
) -> *mut PyObject