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