PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC typedef
        PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC =
     Void Function(Uint32 program, Uint32 bufferIndex, Uint32 pname, Pointer<Int32>  params)
    
    
    
Implementation
typedef PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC =
    Void Function(
      Uint32 program,
      Uint32 bufferIndex,
      Uint32 pname,
      Pointer<Int32> params,
    );