storage_file_free

Function storage_file_free 

Source
pub unsafe extern "C" fn storage_file_free(file: *mut File)
Expand description

Free the file instance.

If the file was open, calling this function will close it automatically.

ยงArguments

  • file - pointer to the file instance to be freed.