PQUERYHANDLER typedef

Implementation

typedef PQUERYHANDLER = ffi.Uint64 Function(
  ffi.Pointer<ffi.Void>,
  ffi.Pointer<val_context>,
  ffi.Uint64,
  ffi.Pointer<ffi.Void>,
  ffi.Pointer<ffi.Uint64>,
  ffi.Uint64,
);