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