#[no_mangle]
pub unsafe extern "C" 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.

fz_string_t fz_string_null();