odbc_validate_connection_string_func typedef

odbc_validate_connection_string_func = Int32 Function(Pointer<Utf8>, Pointer<Uint8>, Uint32)

Implementation

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