pub unsafe extern "system" fn MsiGetComponentPathExA(
    szproductcode: PCSTR,
    szcomponentcode: PCSTR,
    szusersid: PCSTR,
    dwcontext: MSIINSTALLCONTEXT,
    lpoutpathbuffer: PSTR,
    pcchoutpathbuffer: *mut u32
) -> INSTALLSTATE
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"