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