_MIR_arg_desc_t

Argument descriptor used by the foreign-call helper.

struct _MIR_arg_desc_t {
MIR_type_t type;
size_t size;
}