pub type xen_flask_ocontext_t = xen_flask_ocontext;
#[repr(C)]pub struct xen_flask_ocontext_t { pub ocon: u32, pub sid: u32, pub low: u64, pub high: u64, }
ocon: u32
sid: u32
low: u64
high: u64