Type Definition lenfunc
pyo3::ffi
type lenfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> Py_ssize_t;