PFNGLCLEARNAMEDBUFFERSUBDATAPROC typedef
        PFNGLCLEARNAMEDBUFFERSUBDATAPROC =
     Void Function(Uint32 buffer, Uint32 internalformat, Pointer<NativeType>  offset, Pointer<Uint32>  size, Uint32 format, Uint32 type, Pointer<NativeType>  data)
    
    
    
Implementation
typedef PFNGLCLEARNAMEDBUFFERSUBDATAPROC =
    Void Function(
      Uint32 buffer,
      Uint32 internalformat,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> data,
    );