pubmodendian;pubmodhex;pubuseendian::to_le_padded_bytes;pubusehex::to_hex as to_move_hex;/// Convert bytes to lowercase Move hex literal without prefix and without escaping.
pubfnmove_hex_literal(data:&[u8])-> String{format!("x\"{}\"",hex::to_hex(data))}