pub unsafe fn MsiProvideQualifiedComponentW<P0, P1>(
    szcategory: P0,
    szqualifier: P1,
    dwinstallmode: INSTALLMODE,
    lppathbuf: PWSTR,
    pcchpathbuf: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,