Function wmemchr

pub unsafe extern "C" fn wmemchr(
    cx: *const i32,
    c: i32,
    n: usize,
) -> *mut i32
Available on crate feature dep_sdl3 only.