pub unsafe extern "C" fn igraph_matrix_init_array(
m: *mut igraph_matrix_t,
data: *const igraph_real_t,
nrow: igraph_int_t,
ncol: igraph_int_t,
storage: igraph_matrix_storage_t,
) -> igraph_error_tpub unsafe extern "C" fn igraph_matrix_init_array(
m: *mut igraph_matrix_t,
data: *const igraph_real_t,
nrow: igraph_int_t,
ncol: igraph_int_t,
storage: igraph_matrix_storage_t,
) -> igraph_error_t