inj_rand_create
extern inj_randelem_t *inj_rand_create(inj_defn_t *, uint_t);
$$ = ($2 == NULL ? NULL : inj_rand_create($2, $4));