async fn handle_get_headers_range(
    storage: Storage,
    from: Vec<HeaderHash>,
    to: HeaderHash,
    handle: ReplyStreamHandle<Header>
) -> Result<(), ReplySendError>