Function posix_spawnattr_getschedparam

pub unsafe extern "C" fn posix_spawnattr_getschedparam(
    attr: *const posix_spawnattr_t,
    param: *mut sched_param,
) -> i32
Available on crate feature dep_sdl3 only.