pub type Headers<'a, H> = dyn Fn(H256) -> Option<H> + 'a;
Type alias for a function we can get headers by hash through.