pub unsafe extern "C" fn qemu_plugin_hwaddr_is_io(
haddr: *const qemu_plugin_hwaddr,
) -> boolExpand description
qemu_plugin_hwaddr_is_io() - query whether memory operation is IO @haddr: address handle from qemu_plugin_get_hwaddr()
Returns true if the handle’s memory operation is to memory-mapped IO, or false if it is to RAM