Function swap_nonoverlapping_bytes

Source
unsafe fn swap_nonoverlapping_bytes(
    x: *mut u8,
    y: *mut u8,
    bytes: NonZero<usize>,
)