getattrfunc typedef

Implementation

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