#[unsafe(no_mangle)]pub unsafe extern "C" fn ytext_string(
txt: *const Branch,
txn: *const Transaction,
) -> *mut c_charExpand description
Returns a null-terminated UTF-8 encoded string content of a current YText shared data type.
Generated string resources should be released using ystring_destroy function.