pub unsafe extern "system" fn LoadLibraryExW(
    lpLibFileName: *const u16,
    hFile: *mut c_void,
    dwFlags: u32
) -> *mut HINSTANCE__