Function getrlimit

pub unsafe extern "C" fn getrlimit(
    resource: u32,
    rlim: *mut rlimit,
) -> i32
Available on crate feature dep_sdl3 only.