macro_rules! copy_component_descriptor_from_to {
    ($source:expr, $destination:expr) => { ... };
}