pub unsafe extern "C" fn tokenize( input: *const c_char, case_sensitive: c_int, ) -> *mut *mut RofiIntMatcher
Tokenize the string on spaces.
Returns a newly allocated array of matching objects.