pub unsafe extern "C" fn duckdb_destroy_file_system(
file_system: *mut duckdb_file_system,
)Expand description
Destroys the given file system instance. @param file_system The file system instance to destroy.
pub unsafe extern "C" fn duckdb_destroy_file_system(
file_system: *mut duckdb_file_system,
)Destroys the given file system instance. @param file_system The file system instance to destroy.