Availability:C-language interface function
bool PL_cons_functor_v(term_t
-h, functor_t f, term_t a0)Create a compound term like PL_cons_functor(),
but a0 is an array of term references as returned by PL_new_term_refs().
The length of this array should match the number of arguments required
by the functor.