pub trait INoteExpressionPhysicalUIMappingTrait {
// Required method
unsafe fn getPhysicalUIMapping(
&self,
busIndex: int32,
channel: int16,
list: *mut PhysicalUIMapList
) -> tresult;
}
pub trait INoteExpressionPhysicalUIMappingTrait {
// Required method
unsafe fn getPhysicalUIMapping(
&self,
busIndex: int32,
channel: int16,
list: *mut PhysicalUIMapList
) -> tresult;
}