ErrorCode askarSetMaxLogLevel(int maxLevel) { final result = nativeAskarSetMaxLogLevel(maxLevel); return ErrorCode.fromInt(result); }