in cubeb-core/src/ffi_types.rs [53:58]
fn clone(&self) -> $owned {
unsafe {
let handle: *mut $ctype = $clone(self.0);
$owned::from_ptr(handle)
}
}