SASL_CB_LANGUAGE
case SASL_CB_LANGUAGE:
case SASL_CB_LANGUAGE:
if (callbackid != SASL_CB_LANGUAGE)
ret = utils->getcallback(conn, SASL_CB_LANGUAGE, &simple_cb,
(void) simple_cb(simple_context, SASL_CB_LANGUAGE, &lang, NULL);
ret = utils->getcallback(utils->conn, SASL_CB_LANGUAGE, &simple_cb,
ret = simple_cb(simple_context, SASL_CB_LANGUAGE, &result, NULL);