detect_common_prefix
int detect_common_prefix(const char *arg, ...);
if (detect_common_prefix(*argv, "data_in", "data_out",
if (detect_common_prefix(*argv, "ctx_in", "ctx_out",
int detect_common_prefix(const char *arg, ...);