odbc_get_metrics_func typedef

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

Implementation

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