lenfunc typedef

Implementation

typedef lenfunc = ffi
    .Pointer<ffi.NativeFunction<Py_ssize_t Function(ffi.Pointer<PyObject>)>>;