pub unsafe extern "C" fn lgraph_api_graph_db_add_vertex_index( graphdb: *mut lgraph_api_graph_db_t, label: *const c_char, field: *const c_char, is_unique: bool, errptr: *mut *mut c_char, ) -> bool