wmemchr

Function wmemchr 

Source
pub unsafe extern "C" fn wmemchr(
    __s: *const wchar_t,
    __c: wchar_t,
    __n: usize,
) -> *mut c_int