pub unsafe extern "C" fn PyObject_AsCharBuffer( obj: *mut PyObject, buffer: *mut *const c_char, buffer_len: *mut Py_ssize_t, ) -> c_int