Is it possible in C to do method chaining in the following way:
// is this the closest to item.find(\'path\').find(\'subpath\') ? item -> find(\'path\') -&