pub unsafe extern "C" fn furi_string_alloc_set_str(
    cstr_source: *const [i8; 0]
) -> *mut FuriString
Expand description

@brief Allocate new FuriString and set it to C string. Allocate & Set the string a to the C string. @param cstr_source @return FuriString*