pub trait IParameterFinderTrait {
// Required method
unsafe fn findParameter(
&self,
xPos: int32,
yPos: int32,
resultTag: *mut ParamID,
) -> tresult;
}pub trait IParameterFinderTrait {
// Required method
unsafe fn findParameter(
&self,
xPos: int32,
yPos: int32,
resultTag: *mut ParamID,
) -> tresult;
}