pub unsafe fn SetupQueueDeleteW<P0, P1>(
    queuehandle: *const c_void,
    pathpart1: P0,
    pathpart2: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,