pub unsafe extern "C" fn igraph_lapack_dgetrs(
transpose: igraph_bool_t,
a: *const igraph_matrix_t,
ipiv: *const igraph_vector_int_t,
b: *mut igraph_matrix_t,
) -> igraph_error_tpub unsafe extern "C" fn igraph_lapack_dgetrs(
transpose: igraph_bool_t,
a: *const igraph_matrix_t,
ipiv: *const igraph_vector_int_t,
b: *mut igraph_matrix_t,
) -> igraph_error_t