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