pub unsafe extern "C" fn zend_eval_string(
    str_: *const c_char,
    retval_ptr: *mut zval,
    string_name: *const c_char
) -> zend_result