Function furi_string_get_cstr
Source pub unsafe extern "C" fn furi_string_get_cstr(
string: *const FuriString,
) -> *const c_char
Expand description
Return the string view a classic C string.
§Arguments
string - The FuriString instance
§Returns
const C-string, usable till first container change