pub trait IPrinterBidiSetRequestCallback_Impl: Sized { // Required method fn Completed(&self, bstrresponse: &BSTR, hrstatus: HRESULT) -> Result<()>; }