pub unsafe fn SetupQueueCopyW<P0, P1, P2, P3, P4, P5, P6>(
    queuehandle: *const c_void,
    sourcerootpath: P0,
    sourcepath: P1,
    sourcefilename: P2,
    sourcedescription: P3,
    sourcetagfile: P4,
    targetdirectory: P5,
    targetfilename: P6,
    copystyle: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>, P6: IntoParam<PCWSTR>,