Utility for converting a Move value to its binary representation in RLP(Recursive Length Prefix) https://ethereum.org/nl/developers/docs/data-structures-and-encoding/rlp/
const ErrorRLPDeserializationFailure: u64 = 2;
const ErrorRLPSerializationFailure: u64 = 1;
#[data_struct(#[MoveValue])]
public fun from_bytes<MoveValue>(bytes: vector<u8>): MoveValue