Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

wmemchr

Function wmemchr 

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