pub unsafe extern "C" fn furi_string_get_cstr(
    string: *const FuriString
) -> *const i8
Expand description

@brief Return the string view a classic C string. @param string @return const char*