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