pub unsafe extern "C" fn releasebuffer<T>(
slf: *mut PyObject,
arg1: *mut Py_buffer
) where
T: for<'p> PyBufferReleaseBufferProtocol<'p>,
This is supported on crate feature
pyproto
and (non-Py_LIMITED_API
or Py_3_11
) only.