pub fn rewind_hash<'a, L, C, K>( owner_api: &mut Owner<L, C, K>, keychain_mask: Option<&SecretKey>, mwc713print: bool, ) -> Result<(), Error>where L: WalletLCProvider<'static, C, K>, C: NodeClient + 'static, K: Keychain + 'static,