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