pub unsafe extern "C" fn aeron_tokenise( input: *mut c_char, delimiter: c_char, max_tokens: c_int, tokens: *mut *mut c_char, ) -> c_int