pub unsafe extern "C" fn duckdb_log_storage_set_name(
log_storage: duckdb_log_storage,
name: *const c_char,
)Expand description
Sets the name of the log storage.
@param log_storage The log storage object. @param name The name of the log storage.