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();
pub unsafe fn fz_string_null() -> fz_string_t
Create a new, null fz_string_t
. Note that this is not the zero value of fz_string_t
.
The resulting fz_string_t
must be freed.
fz_string_t fz_string_null();