pub unsafe extern "system" fn SetupCopyErrorW(
    hwndparent: HWND,
    dialogtitle: PCWSTR,
    diskname: PCWSTR,
    pathtosource: PCWSTR,
    sourcefile: PCWSTR,
    targetpathfile: PCWSTR,
    win32errorcode: u32,
    style: u32,
    pathbuffer: PWSTR,
    pathbuffersize: u32,
    pathrequiredsize: *mut u32,
) -> u32