1
2
3
4
5
6
7
8
9
s! {
    // linux/openat2.h
    #[non_exhaustive]
    pub struct open_how {
        pub flags: ::__u64,
        pub mode: ::__u64,
        pub resolve: ::__u64,
    }
}