pub unsafe fn SetupCopyErrorA<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 [u8]>,
    pathrequiredsize: Option<*mut u32>
) -> u32
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>,