pub unsafe extern "C" fn furi_string_trim(
string: *mut FuriString,
chars: *const c_char,
)Expand description
Trim a string from the given set of characters (default is “ # Arguments
string- The FuriString instancechars- The characters
pub unsafe extern "C" fn furi_string_trim(
string: *mut FuriString,
chars: *const c_char,
)Trim a string from the given set of characters (default is “ # Arguments
string - The FuriString instancechars - The characters