[−][src]Function pyo3::ffi::PyUnicode_DecodeCharmap
pub unsafe extern "C" fn PyUnicode_DecodeCharmap(
string: *const c_char,
length: Py_ssize_t,
mapping: *mut PyObject,
errors: *const c_char
) -> *mut PyObject
pub unsafe extern "C" fn PyUnicode_DecodeCharmap(
string: *const c_char,
length: Py_ssize_t,
mapping: *mut PyObject,
errors: *const c_char
) -> *mut PyObject