pub unsafe extern "C" fn zend_check_user_type_slow(
    type_: *mut zend_type,
    arg: *mut zval,
    ref_: *mut zend_reference,
    cache_slot: *mut *mut c_void,
    is_return_type: bool
) -> bool