Function storage_file_is_open
Source pub unsafe extern "C" fn storage_file_is_open(file: *mut File) -> bool
Expand description
Check whether the file is open.
§Arguments
file - pointer to the file instance in question.
§Returns
true if the file is open, false otherwise.