跳到主要内容

wcscpy

搜索

函数 wcscpy 

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