pub unsafe extern "C" fn furi_string_reserve(
    string: *mut FuriString,
    size: usize
)
Expand description

@brief Reserve memory for string. Modify the string capacity to be able to handle at least ‘alloc’ characters (including final null char). @param string @param size