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