pub unsafe extern "C" fn zend_is_callable(
    callable: *mut zval,
    check_flags: u32,
    callable_name: *mut *mut zend_string
) -> bool