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

Tells if the file is open @param file pointer to a file object @return bool true if file is open