pub fn MultiByteToWideChar(
code_page: CP,
flags: MBC,
multi_byte_str: &[u8],
) -> SysResult<Vec<u16>>Available on crate feature
kernel only.Expand description
MultiByteToWideChar
function.
If multi_byte_str doesn’t have a terminating null, the resulting
Vec<u16> also won’t include one.