impl {{rust_full}} for types::AbstractRefMut<'static, dyn {{rust_full}}> {
#[inline] fn as_raw_{{rust_local}}(&self) -> {{rust_extern_const}} { self.as_raw() }
#[inline] fn as_raw_mut_{{rust_local}}(&mut self) -> {{rust_extern_mut}} { self.as_raw_mut() }
}