Function mat4.mul

multiply two matrices

static mat4 mul(
  ref const(mat4) m1,
  ref const(mat4) m2
);