PFNGLGETNAMEDBUFFERPOINTERVPROC typedef
        PFNGLGETNAMEDBUFFERPOINTERVPROC =
     Void Function(Uint32 buffer, Uint32 pname, Pointer<Pointer<NativeType> >  params)
    
    
    
Implementation
typedef PFNGLGETNAMEDBUFFERPOINTERVPROC =
    Void Function(
      Uint32 buffer,
      Uint32 pname,
      Pointer<Pointer<NativeType>> params,
    );