pub trait IMbnServiceActivation_Impl: Sized { // Required method fn Activate(&self, vendorspecificdata: *const SAFEARRAY) -> Result<u32>; }