pub unsafe fn MsiGetProductPropertyW<P0, P1>(
    hproduct: P0,
    szproperty: P1,
    lpvaluebuf: PWSTR,
    pcchvaluebuf: Option<*mut u32>
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>,