I'm trying to mock a method that takes in a ref struct as a parameter, however I cannot use any of the It or Match methods as they all require generic arguments. Is there any way I could create my own specific matcher from scratch for only my ref struct type?