pub type Function<N> = FunctionCore<N, Instruction<N>, Command<N>>;
pub struct Function<N> { /* private fields */ }