1
2
3
4
5
6
7
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* member {{ name }} (optional data) */
{% endif %}
	if (!xdrgen_decode_{{ type }}(xdr, ptr->{{ name }}))
		return false;
鱼站在海里脚会痛吗