Type Definition getbufferproc
python3_sys
type getbufferproc = extern "C" fn(_: *mut PyObject, _: *mut Py_buffer, _: c_int) -> c_int;