pub unsafe extern "C" fn zend_verify_ref_assignable_zval(
    ref_: *mut zend_reference,
    zv: *mut zval,
    strict: bool
) -> bool