Type Definition pyo3::ffi::ssizeargfunc[][src]

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