Options for writing file/dir/link. If left empty 0o664 is used for file mode and current time for mtime.
pub const Options = struct
pub const Options = struct {
/// File system permission mode.
mode: u32 = 0,
/// File system modification time.
mtime: u64 = 0,
}