pub unsafe extern "C" fn posix_spawnattr_getschedparam(
    __attr: *const posix_spawnattr_t,
    __schedparam: *mut sched_param
) -> c_int