prop_string_create_cstring_nocopy
prop_string_t prop_string_create_cstring_nocopy(const char *);
if (!(str = prop_string_create_cstring_nocopy("1")))
if (!(str = prop_string_create_cstring_nocopy("yes")))
if (!(str = prop_string_create_cstring_nocopy("1")))
if (!(str = prop_string_create_cstring_nocopy("2")))