pub unsafe extern "C" fn zend_error_at_noreturn(
    type_: c_int,
    filename: *mut zend_string,
    lineno: u32,
    format: *const c_char
    ...
) -> !