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