pub unsafe extern "C" fn zend_throw_error(
    exception_ce: *mut zend_class_entry,
    format: *const c_char
    ...
)