Right now, `gimli::parser::Pointer` is not exported. Because of that, it's actually not possible to get/use personality functions and [lsda](https://docs.rs/gimli/0.14.0/gimli/struct.FrameDescriptionEntry.html#method.lsda) pointers. I also needed `gimli::parser::parse_encoded_pointer` to parse the `.eh_frame_hdr` for my unwinder, but perhaps [that code](https://github.com/main--/unwind-rs/blob/266e0f26b6423f4a2b8a8c72442b319b5c33b658/src/lib.rs#L97-L110) should just live inside gimli?