pub trait IOpcSignatureCustomObject_Impl: Sized { // Required method fn GetXml(&self, xmlmarkup: *mut *mut u8, count: *mut u32) -> Result<()>; }