group_marshal_func
TRACE_OUT(group_marshal_func);
group_marshal_func(result, NULL, buffer_size);
group_marshal_func(result, *buffer, buffer_size);
group_marshal_func(result, NULL, buffer_size);
group_marshal_func(result, *buffer, buffer_size);
static int group_marshal_func(struct group *, char *, size_t *);
TRACE_IN(group_marshal_func);
TRACE_OUT(group_marshal_func);