PFNGLBLITFRAMEBUFFERPROC typedef
        PFNGLBLITFRAMEBUFFERPROC =
     Void Function(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, Uint32 mask, Uint32 filter)
    
    
    
Implementation
typedef PFNGLBLITFRAMEBUFFERPROC =
    Void Function(
      Int32 srcX0,
      Int32 srcY0,
      Int32 srcX1,
      Int32 srcY1,
      Int32 dstX0,
      Int32 dstY0,
      Int32 dstX1,
      Int32 dstY1,
      Uint32 mask,
      Uint32 filter,
    );