Function python3_sys::PyUnicode_DecodeUTF8
source ยท pub unsafe extern "C" fn PyUnicode_DecodeUTF8(
string: *const c_char,
length: Py_ssize_t,
errors: *const c_char,
) -> *mut PyObject
pub unsafe extern "C" fn PyUnicode_DecodeUTF8(
string: *const c_char,
length: Py_ssize_t,
errors: *const c_char,
) -> *mut PyObject