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