pub fn create_serialized_notification_message<Ops, Msg>( op: Ops, msg: Msg, ) -> Result<Message>where Ops: OpsT, Msg: BorshSerialize + Send + Sync + 'static,