nwam_value_get_int64_array
if (nwam_value_get_int64_array(value, &ivals, &num) !=
extern nwam_error_t nwam_value_get_int64_array(nwam_value_t, int64_t **,
if (nwam_value_get_int64_array(val, &valint, &nelem)
if (nwam_value_get_int64_array(value, &val, &numvalues)
err = nwam_value_get_int64_array(value, &myvaluesp, &numvalues);
if ((err = nwam_value_get_int64_array(value, &valint64,