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