Returns the maximum priority of this scheduler.
impl Scheduler { fn max_priority(self) -> Result<u8, Errno> }
sched_get_priority_max(2)