rdr_rsrc_info_t
rdr_rsrc_info_t rsrc_info_data;
*buf_size = sizeof (rdr_rsrc_info_t);
(void) memcpy(bufptr, &rsrc_info_data, sizeof (rdr_rsrc_info_t));
bufptr += sizeof (rdr_rsrc_info_t);
rdr_rsrc_info_t rsrc_info_data;
(void) memcpy(&rsrc_info_data, bufptr, sizeof (rdr_rsrc_info_t));
bufptr += sizeof (rdr_rsrc_info_t);
rdr_rsrc_info_t rsrc_info;