pub fn read_import_descriptors<'a>(
    pe: &'a PE,
    import_directory: VA
) -> Box<dyn Iterator<Item = IMAGE_IMPORT_DESCRIPTOR> + 'a>