pub unsafe extern "system" fn LoadLibraryW(
    lpFileName: *const u16
) -> *mut HINSTANCE__