pub fn read_thunks<'a>(
    pe: &'a PE,
    import_descriptor: &'a IMAGE_IMPORT_DESCRIPTOR
) -> Box<dyn Iterator<Item = IMAGE_THUNK_DATA> + 'a>