pub unsafe extern "C" fn sched_setscheduler(
    arg1: pid_t,
    arg2: c_int,
    arg3: *const sched_param
) -> c_int