setC method

Implementation

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