pub unsafe extern "C" fn mode_preprocess_input(
mode: *mut Mode,
input: *const c_char,
) -> *const c_charExpand description
Process the input so it can be used for matching and sorting. This includes removing Pango markup.
Returns a newly allocated string.
input: The input to process.