custr_trunc
int custr_trunc(custr_t *, size_t);
FAIL(custr_trunc(cu, 6), EINVAL);
VERIFY0(custr_trunc(cu, 3));
VERIFY0(custr_trunc(p->p_name, idx));