I have the following struct
struct matrix_t { int m; int n; double * data; } matrix_t;
Which gets initialized and returned in a metho