Function getgroups

pub unsafe extern "C" fn getgroups(
    ngroups_max: i32,
    groups: *mut u32,
) -> i32
Available on crate feature dep_sdl3 only.