pub const fn none(group: u8, number: u8) -> Opcode
Create a new opcode from a group, a number, that uses no data.
This corresponds to the C macro _IO(group, number).
_IO(group, number)