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