reprfunc typedef

Implementation

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