pub unsafe extern "C" fn qemu_plugin_tb_vaddr(
tb: *const qemu_plugin_tb,
) -> u64
Expand description
qemu_plugin_tb_vaddr() - query helper for vaddr of TB start @tb: opaque handle to TB passed to callback
Returns: virtual address of block start