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