vs_props_get
rc = vs_props_get(&vp, propids);
if ((rc = vs_props_get(&vp, propids)) != VS_ERR_NONE) {
if ((rc = vs_props_get(&props, propids)) != VS_ERR_NONE) {
if ((rc = vs_props_get(&va->va_props, VS_PROPID_GEN_ALL))
int vs_props_get(vs_props_t *, uint64_t);