pub unsafe fn RunSetupCommandA<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: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>,