Function SetupQueueCopySectionA
pub unsafe fn SetupQueueCopySectionA<P1, P4>(
queuehandle: *const c_void,
sourcerootpath: P1,
infhandle: *const c_void,
listinfhandle: Option<*const c_void>,
section: P4,
copystyle: u32,
) -> Result<()>where
P1: Param<PCSTR>,
P4: Param<PCSTR>,