pub unsafe extern "system" fn FindResourceExA(
    hModule: *mut HINSTANCE__,
    lpName: *const i8,
    lpType: *const i8,
    wLanguage: u16
) -> *mut HRSRC__