Function flipperzero_sys::furi_string_reserve
source · [−]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