str_copy
ok &= str_copy(&src->strp_l, &dest->strp_l);
ok &= str_copy(&src->strp_r, &dest->strp_r);
boolean_t str_copy(const str_t *, str_t *);