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