common_enable_disable
EXTERN int common_enable_disable(struct function_block *, int, bool, int);
error = common_enable_disable(&func_block, fd, debug, SCMD_DISABLE);
error = common_enable_disable(&func_block, fd, debug, SCMD_ENABLE);