pub unsafe extern "C" fn prlimit(
    pid: i32,
    resource: u32,
    new_limit: *const rlimit,
    old_limit: *mut rlimit
) -> i32