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