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