Type Definition readbufferproc
python27_sys
type readbufferproc = unsafe extern "C" fn(_: *mut PyObject, _: Py_ssize_t, _: *mut *mut c_void) -> Py_ssize_t;