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

Retrieves the error id from the file object @param file pointer to file object. Pointer must not point to NULL. YOU CANNOT RETREIVE THE ERROR ID IF THE FILE HAS BEEN CLOSED @return FS_Error error id