pub unsafe extern "C" fn duckdb_create_log_storage() -> duckdb_log_storageExpand description
Creates a new log storage object.
@return A log storage object. Must be destroyed with duckdb_destroy_log_storage.
pub unsafe extern "C" fn duckdb_create_log_storage() -> duckdb_log_storageCreates a new log storage object.
@return A log storage object. Must be destroyed with duckdb_destroy_log_storage.