Function sched_setparam
pub unsafe extern "C" fn sched_setparam(
pid: i32,
param: *const sched_param,
) -> i32
Available on crate feature
dep_sdl3
only.pub unsafe extern "C" fn sched_setparam(
pid: i32,
param: *const sched_param,
) -> i32
dep_sdl3
only.