PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSCOUNTNVPROC typedef
        PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSCOUNTNVPROC =
     Void Function(Uint32 mode, Uint32 type, Pointer<NativeType>  indirect, Uint32 drawCount, Uint32 maxDrawCount, Uint32 stride, Int32 vertexBufferCount)
    
    
    
Implementation
typedef PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSCOUNTNVPROC =
    Void Function(
      Uint32 mode,
      Uint32 type,
      Pointer<NativeType> indirect,
      Uint32 drawCount,
      Uint32 maxDrawCount,
      Uint32 stride,
      Int32 vertexBufferCount,
    );