new_matrix
x = new_matrix(2, 16);
tmp_matrix = new_matrix(new_x, new_y);
static matrix_t *new_matrix(uint32_t, uint32_t);
x = new_matrix(8, 64);