PFNGLREPLACEMENTCODEPOINTERSUNPROC typedef
        PFNGLREPLACEMENTCODEPOINTERSUNPROC =
     Void Function(Uint32 type, Uint32 stride, Pointer<Pointer<NativeType> >  pointer)
    
    
    
Implementation
typedef PFNGLREPLACEMENTCODEPOINTERSUNPROC =
    Void Function(
      Uint32 type,
      Uint32 stride,
      Pointer<Pointer<NativeType>> pointer,
    );