PFNGLSECONDARYCOLORPOINTERLISTIBMPROC typedef
        PFNGLSECONDARYCOLORPOINTERLISTIBMPROC =
     Void Function(Int32 size, Uint32 type, Int32 stride, Pointer<Pointer<NativeType> >  pointer, Int32 ptrstride)
    
    
    
Implementation
typedef PFNGLSECONDARYCOLORPOINTERLISTIBMPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Int32 stride,
      Pointer<Pointer<NativeType>> pointer,
      Int32 ptrstride,
    );