Function SetupQueueRenameA
pub unsafe fn SetupQueueRenameA<P1, P2, P3, P4>(
queuehandle: *const c_void,
sourcepath: P1,
sourcefilename: P2,
targetpath: P3,
targetfilename: P4,
) -> Result<()>where
P1: Param<PCSTR>,
P2: Param<PCSTR>,
P3: Param<PCSTR>,
P4: Param<PCSTR>,