pub type rlimit64 = linux_rlimit64;
#[repr(C)]pub struct rlimit64 { pub rlim_cur: u64, pub rlim_max: u64, }
rlim_cur: u64
rlim_max: u64