pub unsafe extern "C" fn mode_get_completion(
mode: *const Mode,
selected_line: c_uint,
) -> *const c_charExpand description
Get a string that can be used for completion. It should have no markup.
Returns a newly allocated string.
selected_line: The entry to query