pub unsafe extern "C" fn Mbytes2Wchar(
mbstr: *const c_char,
) -> *mut wchar_tExpand description
@fn Mbytes2Wchar @brief mbytes to wchar
User login.
@return int MSPAPI - Return 0 in success, otherwise return error code. @param const char* mbstr - [in] Null-terminated source string(char ). @param wchar_t wcstr - [in] Destination string(wchar_t *). @param int wlen - [in] The maximum number of multibyte characters to convert. @see