PFNGLGETINTERNALFORMATIVPROC typedef
        PFNGLGETINTERNALFORMATIVPROC =
     Void Function(Uint32 target, Uint32 internalformat, Uint32 pname, Uint32 count, Pointer<Int32>  params)
    
    
    
Implementation
typedef PFNGLGETINTERNALFORMATIVPROC =
    Void Function(
      Uint32 target,
      Uint32 internalformat,
      Uint32 pname,
      Uint32 count,
      Pointer<Int32> params,
    );