pub fn to_msg<Ops, Id>( header: BorshHeader<Id>, payload: &[u8], ) -> Result<ArrayBuffer>where Id: IdT, Ops: BorshSerialize + BorshDeserialize,