pub unsafe extern "C" fn fz_vthrow( ctx: *mut fz_context, errcode: c_int, arg1: *const c_char, ap: *mut __va_list_tag, ) -> !
Throw an exception.
This assumes an enclosing fz_try block within the callstack.
fz_try