pub unsafe fn MsiGetSourcePathW<P1>( hinstall: MSIHANDLE, szfolder: P1, szpathbuf: Option<PWSTR>, pcchpathbuf: Option<*mut u32>, ) -> u32where P1: Param<PCWSTR>,