npfvar_create_from_string
$$ = npfvar_create_from_string(NPFVAR_IDENTIFIER, $1);
$$ = npfvar_create_from_string(NPFVAR_STRING, $1);
$$ = npfvar_create_from_string(NPFVAR_VAR_ID, $1);
npfvar_t * npfvar_create_from_string(unsigned, const char *);