Function opencc_sys::opencc_convert_utf8_free

source ·
pub unsafe extern "C" fn opencc_convert_utf8_free(str_: *mut c_char)
Expand description

Releases allocated buffer by opencc_convert_utf8

@param str Pointer to the allocated std::string buffer by opencc_convert_utf8.

@ingroup opencc_c_api