pub unsafe fn fz_string_null() -> fz_string_t
Expand 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();