跳到主要内容

wcscat_s

搜索

函数 wcscat_s 

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