Type Definition python3_sys::ssizeargfunc [] [src]

type ssizeargfunc = unsafe extern "C" fn(_: *mut PyObject, _: Py_ssize_t) -> *mut PyObject;