pub unsafe fn SetupQueueRenameW<P0, P1, P2, P3>(
    queuehandle: *const c_void,
    sourcepath: P0,
    sourcefilename: P1,
    targetpath: P2,
    targetfilename: P3
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,