pub unsafe fn SetupQueueCopyA<P0, P1, P2, P3, P4, P5, P6>(
    queuehandle: *const c_void,
    sourcerootpath: P0,
    sourcepath: P1,
    sourcefilename: P2,
    sourcedescription: P3,
    sourcetagfile: P4,
    targetdirectory: P5,
    targetfilename: P6,
    copystyle: u32
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>, P6: IntoParam<PCSTR>,