pub fn hmac_inner<'a>( to_digest: &[u8], key: &[u8], typ: &str, temp_storage: &'a RowArena, ) -> Result<Datum<'a>, EvalError>