跳到主要内容

wcstombs_s

搜索

函数 wcstombs_s 

源代码
pub unsafe extern "C" fn wcstombs_s(
    _PtNumOfCharConverted: *mut usize,
    _Dst: *mut c_char,
    _DstSizeInBytes: usize,
    _Src: *const wchar_t,
    _MaxCountInBytes: usize,
) -> errno_t