feature(schema): implement Space::create_index and Index::drop
- Implement schema::create_index as wrapper around space_object:create_index from Lua API.
- Implement schema::drop_index as wrapper around index_object:drop from Lua API.
- Add Space::create_index and Index:drop methods.
- Add tests for Space::create_index and Index:drop.
- Add more functions to ffi module.