pub unsafe fn SetupCopyErrorW<P0, P1, P2, P3, P4, P5>(
    hwndparent: P0,
    dialogtitle: P1,
    diskname: P2,
    pathtosource: P3,
    sourcefile: P4,
    targetpathfile: P5,
    win32errorcode: u32,
    style: u32,
    pathbuffer: Option<&mut [u16]>,
    pathrequiredsize: Option<*mut u32>,
) -> u32
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,