pub trait IPrefetchableSupportTrait {
// Required method
unsafe fn getPrefetchableSupport(
&self,
prefetchable: *mut PrefetchableSupport,
) -> tresult;
}pub trait IPrefetchableSupportTrait {
// Required method
unsafe fn getPrefetchableSupport(
&self,
prefetchable: *mut PrefetchableSupport,
) -> tresult;
}