As I've read in the reference and source when you pass an sds string to these two functions, you always have to assign the pointer back.
Is there any workaround to make these functions work in-place? That is: pass them an sds and have it modified? (without changing the object's pointer)