pub unsafe extern "C" fn PyUnicode_EncodeUnicodeEscape(
data: *const Py_UNICODE,
length: Py_ssize_t
) -> *mut PyObject