Skip to main content

bytes_to_utf16_string

Function bytes_to_utf16_string 

Source
pub fn bytes_to_utf16_string(
    bytes: &[u8],
    endian: Endian,
    lossy: bool,
) -> Result<String, String>