pub trait ISoftwareBitmapNative_Impl: Sized { // Required method fn GetData(&self, riid: *const GUID, ppv: *mut *mut c_void) -> Result<()>; }