pub unsafe fn SetupPromptForDiskW<P0, P1, P2, P3, P4, P5>(
    hwndparent: P0,
    dialogtitle: P1,
    diskname: P2,
    pathtosource: P3,
    filesought: P4,
    tagfile: P5,
    diskpromptstyle: u32,
    pathbuffer: Option<&mut [u16]>,
    pathrequiredsize: Option<*mut u32>,
) -> u32
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,