pub unsafe extern "C" fn furi_record_exists(name: *const i8) -> bool
Expand description

Check if record exists

@param name record name @note Thread safe. Create and destroy must be executed from the same thread.