Function ffizz_string::fz_string_is_null
source · pub unsafe fn fz_string_is_null(fzstr: *const fz_string_t) -> boolExpand description
Determine whether the given fz_string_t is a Null variant.
bool fz_string_is_null(fz_string_t *);