PFNGLMAPBUFFERPROC typedef
        PFNGLMAPBUFFERPROC =
     Pointer<NativeType>  Function(Uint32 target, Uint32 access)
    
    
    
Implementation
typedef PFNGLMAPBUFFERPROC =
    Pointer<NativeType> Function(Uint32 target, Uint32 access);