macro_rules! hash { ($ohasher:ident, $($arg:expr),+) => { ... }; }
A macro to call hash with variadic arguments.