PQUERYHANDLER typedef
PQUERYHANDLER =
Uint64 Function(Pointer<Void> , Pointer<val_context> , Uint64, Pointer<Void> , Pointer<Uint64> , Uint64)
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,
);