Question: What syntax is required to take a mutable reference to T, when used within a function argument?

  1. \*mut T
  2. mut ref T
  3. mut &T
  4. &mut T

Answer: The correct answer of the above question is Option D:&mut T