PFNGLNAMEDFRAMEBUFFERTEXTURE2DEXTPROC typedef
        PFNGLNAMEDFRAMEBUFFERTEXTURE2DEXTPROC =
     Void Function(Uint32 framebuffer, Uint32 attachment, Uint32 textarget, Uint32 texture, Int32 level)
    
    
    
Implementation
typedef PFNGLNAMEDFRAMEBUFFERTEXTURE2DEXTPROC =
    Void Function(
      Uint32 framebuffer,
      Uint32 attachment,
      Uint32 textarget,
      Uint32 texture,
      Int32 level,
    );