Function create

pub fn create<WIRE, const IS_CREATE2: bool, H>(
    interpreter: &mut Interpreter<WIRE>,
    host: &mut H,
)
where WIRE: InterpreterTypes, H: Host + ?Sized,