Most users should use adbc_driver(); however, this function may be used
to allow other libraries (e.g., GDAL) to access the driver loader.
adbc_driver_load(
x,
entrypoint,
version,
driver,
error,
load_flags = adbc_load_flags(),
additional_search_path_list = NULL)An ADBC driver may be defined either as an init function
or as an identifier with an entrypoint name. A driver init func
must be an external pointer to a DL_FUNC with the type
AdbcDriverInitFunc specified in the adbc.h header.
The version number corresponding to the driver supplied
An external pointer to an AdbcDriver
An external pointer to an AdbcError or NULL
Integer flags generated by adbc_load_flags()
A path list of additional locations to search for driver manifests
An integer ADBC status code