PFNGLGETATTACHEDOBJECTSARBPROC typedef
        PFNGLGETATTACHEDOBJECTSARBPROC =
     Void Function(Pointer<NativeType>  containerObj, Uint32 maxCount, Pointer<Uint32>  count, Pointer<Pointer<NativeType> >  obj)
    
    
    
Implementation
typedef PFNGLGETATTACHEDOBJECTSARBPROC =
    Void Function(
      Pointer<NativeType> containerObj,
      Uint32 maxCount,
      Pointer<Uint32> count,
      Pointer<Pointer<NativeType>> obj,
    );