thing.c that returns a string. What datatype should I use to represent the return type for a FFI binding in a Mojo program?clang -shared -o libThing.so thing.cparseCharArrayToString that builds a string by loading each character until a null terminator is reached. This approach works fine.StringLiteral.