跳到主要内容

wcsncat_s

搜索

函数 wcsncat_s 

源代码
pub unsafe extern "C" fn wcsncat_s(
    _Destination: *mut wchar_t,
    _SizeInWords: rsize_t,
    _Source: *const wchar_t,
    _MaxCount: rsize_t,
) -> errno_t