PFNGLCOLORFRAGMENTOP3ATIPROC typedef
        PFNGLCOLORFRAGMENTOP3ATIPROC =
     Void Function(Uint32 op, Uint32 dst, Uint32 dstMask, Uint32 dstMod, Uint32 arg1, Uint32 arg1Rep, Uint32 arg1Mod, Uint32 arg2, Uint32 arg2Rep, Uint32 arg2Mod, Uint32 arg3, Uint32 arg3Rep, Uint32 arg3Mod)
    
    
    
Implementation
typedef PFNGLCOLORFRAGMENTOP3ATIPROC =
    Void Function(
      Uint32 op,
      Uint32 dst,
      Uint32 dstMask,
      Uint32 dstMod,
      Uint32 arg1,
      Uint32 arg1Rep,
      Uint32 arg1Mod,
      Uint32 arg2,
      Uint32 arg2Rep,
      Uint32 arg2Mod,
      Uint32 arg3,
      Uint32 arg3Rep,
      Uint32 arg3Mod,
    );