pyo3_ffi

Function PyUnicode_DecodeUnicodeEscape

Source
pub unsafe extern "C" fn PyUnicode_DecodeUnicodeEscape(
    string: *const c_char,
    length: Py_ssize_t,
    errors: *const c_char,
) -> *mut PyObject