pub unsafe extern "C" fn posix_spawnattr_setpgroup(
    __attr: *mut posix_spawnattr_t,
    __pgroup: pid_t
) -> c_int