pub fn create_index(
    index_name: &str,
    table_id: u32,
    index_type: u8,
    col_ids: &[u8]
) -> Result<(), Errno>