Function encoding_rs::ascii::unpack_latin1
source ยท pub unsafe fn unpack_latin1(src: *const u8, dst: *mut u16, len: usize)
Expand description
Safety: src and dst must have len elements, src is valid for read, dst is valid for write