void glBufferData( int target, int size, ffi.Pointer<ffi.Void> data, int usage, ) { return _glBufferData( target, size, data, usage, ); }