Function pthread_setschedparam

Source
pub unsafe extern "C" fn pthread_setschedparam(
    __target_thread: u64,
    __policy: i32,
    __param: *const sched_param,
) -> i32