PFNGLDEBUGMESSAGECALLBACKARBPROC typedef
        PFNGLDEBUGMESSAGECALLBACKARBPROC =
     Void Function(Pointer<NativeFunction<GLDEBUGPROCARB> >  callback, Pointer<NativeType>  userParam)
    
    
    
Implementation
typedef PFNGLDEBUGMESSAGECALLBACKARBPROC =
    Void Function(
      Pointer<NativeFunction<GLDEBUGPROCARB>> callback,
      Pointer<NativeType> userParam,
    );