Function strcspn

pub unsafe extern "C" fn strcspn(
    cs: *const i8,
    ct: *const i8,
) -> usize
Available on crate feature dep_sdl2 only.