跳到主要内容

wcsncat

搜索

函数 wcsncat 

源代码
pub unsafe extern "C" fn wcsncat(
    _Destination: *mut wchar_t,
    _Source: *const wchar_t,
    _Count: usize,
) -> *mut wchar_t