storage_file_close

Function storage_file_close 

Source
pub unsafe extern "C" fn storage_file_close(file: *mut File) -> bool
Expand description

Close the file.

§Arguments

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

§Returns

true if the file was successfully closed, false otherwise.