int mic2latin(const unsigned char *mic, unsigned char *p, int len, int lc, int encoding, bool noError)
int latin2mic(const unsigned char *l, unsigned char *p, int len, int lc, int encoding, bool noError)
#define PG_GETARG_CSTRING(n)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
#define PG_GETARG_BOOL(n)
Datum latin3_to_mic(PG_FUNCTION_ARGS)
PG_FUNCTION_INFO_V1(latin1_to_mic)
Datum mic_to_latin3(PG_FUNCTION_ARGS)
Datum mic_to_latin1(PG_FUNCTION_ARGS)
Datum mic_to_latin4(PG_FUNCTION_ARGS)
Datum latin1_to_mic(PG_FUNCTION_ARGS)
Datum latin4_to_mic(PG_FUNCTION_ARGS)
#define CHECK_ENCODING_CONVERSION_ARGS(srcencoding, destencoding)