_ocs_log
extern void _ocs_log(ocs_t *ocs, const char *func, int line, const char *fmt, ...);
_ocs_log(os, __func__, __LINE__, fmt, ##__VA_ARGS__); \