pub unsafe fn MsiGetProductInfoW<P0, P1>(
    szproduct: P0,
    szattribute: P1,
    lpvaluebuf: PWSTR,
    pcchvaluebuf: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,