pub unsafe extern "C" fn furi_log_level_from_string( str_: *const c_char, level: *mut FuriLogLevel, ) -> bool
Log level from string
str
level
True if success, False otherwise