pub unsafe fn complete_partial_matches( l: *mut lua_State, complete_only_functions: bool, edit_buffer: &str, prefix: &str, add_completion_callback: &dyn Fn(&str, &str), )