Function ffizz_string::fz_string_free
source · pub unsafe fn fz_string_free(fzstr: *mut fz_string_t)Expand description
Free a fz_string_t.
Safety
The string must not be used after this function returns, and must not be freed more than once. It is safe to free Null-variant strings.
fz_string_free(fz_string_t *);