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