Function wcschr

Source
pub unsafe fn wcschr(
    p: impl CastInto<MutPtr<wchar_t>>,
    c: wchar_t,
) -> MutPtr<wchar_t>
Expand description

Calls C++ function: wchar_t* std::wcschr(wchar_t* __p, wchar_t __c).