pub type user_cap_data = __user_cap_data_struct;
struct user_cap_data { pub effective: u32, pub permitted: u32, pub inheritable: u32, }
effective: u32
permitted: u32
inheritable: u32