Function libc::wmemchr

source · []
pub unsafe extern "C" fn wmemchr(
    cx: *const wchar_t,
    c: wchar_t,
    n: size_t
) -> *mut wchar_t