pub const AccessOptions = packed struct
pub const AccessOptions = packed struct { follow_symlinks: bool = true, read: bool = false, write: bool = false, execute: bool = false, }