Function SetupQueueDefaultCopyW
pub unsafe fn SetupQueueDefaultCopyW<P2, P3, P4>(
queuehandle: *const c_void,
infhandle: *const c_void,
sourcerootpath: P2,
sourcefilename: P3,
targetfilename: P4,
copystyle: u32,
) -> Result<()>where
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<PCWSTR>,