pub fn convert_utf16_to_utf8_partial_tail(
    src: &[u16],
    dst: &mut [u8]
) -> (usize, usize)