pub unsafe fn MsiGetPropertyW<P0, P1>(
    hinstall: P0,
    szname: P1,
    szvaluebuf: PWSTR,
    pcchvaluebuf: Option<*mut u32>
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>,