pub unsafe extern "C" fn duckdb_create_file_open_options() -> duckdb_file_open_optionsExpand description
Creates a new file open options instance with blank settings.
@return The new file open options instance. Must be destroyed with duckdb_destroy_file_open_options.