pub type DynamicCtorHandler<'a, C, O> = Box<dyn Fn(&mut C) -> Result<O, Error> + 'a>;
struct DynamicCtorHandler<'a, C, O>(/* private fields */);