pub unsafe extern "C" fn furi_string_trim(
    string: *mut FuriString,
    chars: *const c_char
)
Expand description

@brief Trim a string from the given set of characters (default is “ \n\r\t“). @param string @param chars