pub unsafe extern "C" fn sched_setscheduler(
    pid: i32,
    policy: i32,
    param: *const sched_param
) -> i32