pub unsafe extern "system" fn LoadImageW(
    hInst: *mut HINSTANCE__,
    name: *const u16,
    type_: u32,
    cx: i32,
    cy: i32,
    fuLoad: u32
) -> *mut c_void