pub fn upper(src: &[u16], dst: &mut [u8]) -> usize
Converts a UTF-16 slice into uppercase ASCII bytes and stores in a destination buffer.