descrgetfunc typedef

Implementation

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