Function ffizz_string::fz_string_null
source · pub unsafe fn fz_string_null() -> fz_string_tExpand description
Create a new, null fz_string_t. Note that this is not the zero value of fz_string_t.
Safety
The resulting fz_string_t must be freed.
`fz_string_t` fz_string_null();