PFNGLNAMEDSTRINGARBPROC typedef
        PFNGLNAMEDSTRINGARBPROC =
     Void Function(Uint32 type, Int32 namelen, Pointer<Utf8>  name, Int32 stringlen, Pointer<Utf8>  string)
    
    
    
Implementation
typedef PFNGLNAMEDSTRINGARBPROC =
    Void Function(
      Uint32 type,
      Int32 namelen,
      Pointer<Utf8> name,
      Int32 stringlen,
      Pointer<Utf8> string,
    );