pub fn open_persistent_file(filename: &str) -> Result<File, Error>
Open a persistent file that’s guaranteed to exist in normal write mode.
write