Function windows::Win32::System::WindowsProgramming::RunSetupCommandW

pub unsafe fn RunSetupCommandW<P0, P1, P2, P3, P4>(
    hwnd: P0,
    szcmdname: P1,
    szinfsection: P2,
    szdir: P3,
    lpsztitle: P4,
    phexe: *mut HANDLE,
    dwflags: u32,
    pvreserved: *mut c_void,
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,