pub fn remove( from: &Address, pending: &RwLock<HashMap<Address, MsgSet>>, sequence: u64, applied: bool, ) -> Result<(), Error>
Remove a message from pending given the from address and sequence.