scf_simple_prop_next_integer
*(int64_t **)pval = scf_simple_prop_next_integer(prop);
while ((ip = scf_simple_prop_next_integer(sp)) != NULL) {
val = scf_simple_prop_next_integer(prop);
if ((val = scf_simple_prop_next_integer(prop)) != NULL) {
if ((tmp_int = scf_simple_prop_next_integer(sprop)) == NULL)
int64_t *scf_simple_prop_next_integer(scf_simple_prop_t *);