pub unsafe extern "C" fn duckdb_disconnect(
connection: *mut *mut _duckdb_connection,
)Expand description
Closes the specified connection and de-allocates all memory allocated for that connection.
connection: The connection to close.
pub unsafe extern "C" fn duckdb_disconnect(
connection: *mut *mut _duckdb_connection,
)Closes the specified connection and de-allocates all memory allocated for that connection.
connection: The connection to close.