pub unsafe fn MsiPreviewBillboardW<P1, P2>( hpreview: MSIHANDLE, szcontrolname: P1, szbillboard: P2, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,