odbc_audit_get_events_func typedef

odbc_audit_get_events_func = Int32 Function(Pointer<Uint8>, Uint32, Pointer<Uint32>, Uint32)

Implementation

typedef odbc_audit_get_events_func = ffi.Int32 Function(
  ffi.Pointer<ffi.Uint8>,
  ffi.Uint32,
  ffi.Pointer<ffi.Uint32>,
  ffi.Uint32,
);