yxmltext_string

Function yxmltext_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn yxmltext_string( txt: *const Branch, txn: *const Transaction, ) -> *mut c_char
Expand description

Returns a null-terminated UTF-8 encoded string content of a current YXmlText shared data type.

Generated string resources should be released using ystring_destroy function.