Function ffizz_string::fz_string_is_null
source · #[no_mangle]
pub unsafe extern "C" fn fz_string_is_null(
fzs: *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 *);