pub unsafe extern "system" fn RunSetupCommandA(
    hwnd: HWND,
    szcmdname: PSTR,
    szinfsection: PSTR,
    szdir: PSTR,
    lpsztitle: PSTR,
    phexe: *mut HANDLE,
    dwflags: u32,
    pvreserved: *mut c_void
) -> HRESULT
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’