Function instanceof_function_slow

Source
pub unsafe extern "fastcall" fn instanceof_function_slow(
    instance_ce: *const zend_class_entry,
    ce: *const zend_class_entry,
) -> bool