odbc_validate_connection_string method
Implementation
int odbc_validate_connection_string(
ffi.Pointer<Utf8> connStr,
ffi.Pointer<ffi.Uint8> errorBuffer,
int errorBufferLen,
) =>
_odbc_validate_connection_string_fn(connStr, errorBuffer, errorBufferLen);