Function encoding_rs::ascii::pack_alu
source ยท unsafe fn pack_alu(
first: usize,
second: usize,
third: usize,
fourth: usize,
dst: *mut usize,
)
Expand description
Safety: dst must point to valid space for writing two usize
s