Function flipperzero_sys::furi_string_alloc_set_str
source · pub unsafe extern "C" fn furi_string_alloc_set_str(
cstr_source: *const c_char
) -> *mut FuriStringExpand description
Allocate new FuriString and set it to C string. Allocate & Set the string a to the C string.
Returns:
- FuriString*
Arguments
cstr_source-