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