pub unsafe fn fz_string_is_null(fzstr: *const fz_string_t) -> bool
Expand description

Determine whether the given fz_string_t is a Null variant.

bool fz_string_is_null(fz_string_t *);