odbc_detect_driver_func typedef

odbc_detect_driver_func = Int32 Function(Pointer<Utf8>, Pointer<Int8>, Uint32)

Implementation

typedef odbc_detect_driver_func = ffi.Int32 Function(
  ffi.Pointer<Utf8>,
  ffi.Pointer<ffi.Int8>,
  ffi.Uint32,
);