pub unsafe extern "C" fn igraph_count_isomorphisms_vf2(
graph1: *const igraph_t,
graph2: *const igraph_t,
vertex_color1: *const igraph_vector_int_t,
vertex_color2: *const igraph_vector_int_t,
edge_color1: *const igraph_vector_int_t,
edge_color2: *const igraph_vector_int_t,
count: *mut igraph_int_t,
node_compat_fn: igraph_isocompat_t,
edge_compat_fn: igraph_isocompat_t,
arg: *mut c_void,
) -> igraph_error_t