Skip to main content

duckdb_destroy_file_open_options

Function duckdb_destroy_file_open_options 

Source
pub unsafe extern "C" fn duckdb_destroy_file_open_options(
    options: *mut duckdb_file_open_options,
)
Expand description

Destroys the given file open options instance. @param options The file open options instance to destroy.