pub unsafe fn RegisterTypeLibForUser<P0, P1, P2>( ptlib: P0, szfullpath: P1, szhelpdir: P2, ) -> Result<()>where P0: Param<ITypeLib>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,