wide_char_to_multi_byte

Function wide_char_to_multi_byte 

Source
pub fn wide_char_to_multi_byte(
    codepage: DWORD,
    flags: DWORD,
    wide_char_str: &[u16],
    default_char: Option<u8>,
    use_default_char_flag: bool,
) -> Result<(Vec<u8>, bool)>
Expand description

Wrapper for WideCharToMultiByte.

See https://msdn.microsoft.com/ru-ru/library/windows/desktop/dd374130(v=vs.85).aspx for more details.