pub fn overwrite_icmpv6_checksum( buf: &mut [u8], checksum: [u8; 2], ) -> ParseResult<[u8; 2]>
Overwrite the checksum in an ICMPv6 message, returning the original value.
On Err, the provided buf is unmodified.
Err