PFNGLGETOBJECTLABELPROC typedef
        PFNGLGETOBJECTLABELPROC =
     Void Function(Uint32 identifier, Uint32 name, Uint32 bufSize, Pointer<Uint32>  length, Pointer<Int8>  label)
    
    
    
Implementation
typedef PFNGLGETOBJECTLABELPROC =
    Void Function(
      Uint32 identifier,
      Uint32 name,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> label,
    );