Function CPU_EQUAL

pub unsafe extern "C" fn CPU_EQUAL(
    set1: &cpu_set_t,
    set2: &cpu_set_t,
) -> bool
Available on crate feature dep_sdl2 only.