ub_ctx_get_option
int ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str);
int ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str);
if(ub_ctx_get_option(ctx, "use-syslog", &use_syslog) == 0) {