PFNGLBINDVERTEXBUFFERPROCDart typedef
        PFNGLBINDVERTEXBUFFERPROCDart =
     void Function(int bindingindex, int buffer, Pointer<NativeType>  offset, int stride)
    
    
    
Implementation
typedef PFNGLBINDVERTEXBUFFERPROCDart =
    void Function(
      int bindingindex,
      int buffer,
      Pointer<NativeType> offset,
      int stride,
    );