d743a34 made some previously pub attributes and functions pub (crate) or private.
I understand that encapsulation is good, but there is often a need to access the inner bcf_hdr_t, for example from the Header or HeaderView.
I'd like to have as pub:
- bcf::header::HeaderView::new()
- bcf::header::Header.inner
@jeeeesper @johanneskoester