Function Wchar2Mbytes

Source
pub unsafe extern "C" fn Wchar2Mbytes(
    wcstr: *const wchar_t,
) -> *mut c_char
Expand 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