pub unsafe extern "C" fn zend_parse_arg_str_slow(
    arg: *mut zval,
    dest: *mut *mut zend_string,
    arg_num: u32
) -> bool