Type Definition getreadbufferproc
python27_sys
type getreadbufferproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: c_int, arg3: *mut *mut c_void) -> c_int;