ytext_string

Function ytext_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ytext_string( txt: *const Branch, txn: *const Transaction, ) -> *mut c_char
Expand 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.