unaryfunc typedef

Implementation

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