odbc_metadata_cache_enable_func typedef

odbc_metadata_cache_enable_func = Int32 Function(Uint32, Uint32)

Implementation

typedef odbc_metadata_cache_enable_func = ffi.Int32 Function(
  ffi.Uint32,
  ffi.Uint32,
);