pub type IMAGE_IMPORT_BY_NAME = _IMAGE_IMPORT_BY_NAME;
struct IMAGE_IMPORT_BY_NAME { pub Hint: u16, pub Name: [i8; 1], }
Hint: u16
Name: [i8; 1]