跳到主要内容

wcschr

搜索

函数 wcschr 

源代码
pub unsafe extern "C" fn wcschr(
    _Str: *const c_ushort,
    _Ch: c_ushort,
) -> *mut c_ushort