跳到主要内容

wcsstr

搜索

函数 wcsstr 

源代码
pub unsafe extern "C" fn wcsstr(
    _Str: *const wchar_t,
    _SubStr: *const wchar_t,
) -> *mut wchar_t