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

Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’