mtctxres_t
mtctxres_t *___mtctxres(void);
mtctxres_t *mt;
static mtctxres_t sharedctx;
mtctxres_t *mt;
if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
memset(mt, 0, sizeof (mtctxres_t));
mtctxres_t *mt = (mtctxres_t *)value;
mtctxres_t *