pub unsafe extern "system" fn MsiProvideQualifiedComponentExW(
    szcategory: PCWSTR,
    szqualifier: PCWSTR,
    dwinstallmode: INSTALLMODE,
    szproduct: PCWSTR,
    dwunused1: u32,
    dwunused2: u32,
    lppathbuf: PWSTR,
    pcchpathbuf: *mut u32
) -> u32
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"