int b = n - 2;
    int y;
    fibonacciActionFunction(
      &b, sizeof(int),
      &y, sizeof(int),
      MTAPI_NULL, 0,
      task_context);