pub unsafe extern "C" fn duckdb_file_handle_sync(
file_handle: duckdb_file_handle,
) -> duckdb_stateExpand description
Synchronizes the file’s state with the underlying storage.
@param file_handle The file handle to synchronize.
@return DuckDBSuccess on success or DuckDBError on failure. If unsuccessful, the error data can be retrieved using
duckdb_file_handle_error_data.