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