pub unsafe extern "C" fn Wchar2Mbytes(
wcstr: *const wchar_t,
) -> *mut c_charExpand description
@fn Wchar2Mbytes @brief wchar to mbytes
User login.
@return int MSPAPI - Return 0 in success, otherwise return error code. @param const wchar_t* wcstr - [in] Null-terminated source string(wchar_t ). @param char mbstr - [in] Destination string(char *). @param int len - [in] The maximum number of bytes that can be stored in the multibyte output string. @see