Type Definition pyo3_ffi::lenfunc

source ·
pub type lenfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> Py_ssize_t;