跳到主要内容

wcscpy_s

搜索

函数 wcscpy_s 

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