pub extern "C" fn sched_setscheduler( pid: pid_t, policy: c_int, param: *const sched_param, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_setscheduler.html.