nwam_value_get_type
if (nwam_value_get_type(prop_val, &prop_type) != NWAM_SUCCESS)
if (nwam_value_get_type(value, &value_type) != NWAM_SUCCESS) {
extern nwam_error_t nwam_value_get_type(nwam_value_t, nwam_value_type_t *);
if (nwam_value_get_type(val, &type) != NWAM_SUCCESS)
(err = nwam_value_get_type(value, &type)) != NWAM_SUCCESS) {
if ((err = nwam_value_get_type(value, &type)) != NWAM_SUCCESS)