Function CPU_ISSET

pub unsafe extern "C" fn CPU_ISSET(
    cpu: usize,
    cpuset: &cpu_set_t,
) -> bool
Available on crate feature dep_sdl3 only.