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