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