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