odbc_metadata_cache_stats_func typedef

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

Implementation

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