  void cppfunction(float *a, float *b) {
    *a=5.0;
    *b=6.0;
  }