setC method

Implementation

Pointer<RlDrawCallC> setC(RlDrawCallC o) {
  ref.setC(o);
  return this;
}