pub unsafe extern "C" fn PyUnicode_AsUTF8AndSize( unicode: *mut PyObject, size: *mut Py_ssize_t, ) -> *const c_char
Py_3_10
Py_LIMITED_API