pub unsafe extern "C" fn duckdb_client_context_get_file_system(
context: duckdb_client_context,
) -> duckdb_file_systemExpand description
Get a file system instance associated with the given client context.
@param context The client context.
@return The resulting file system instance. Must be destroyed with duckdb_destroy_file_system.