pub unsafe extern "C" fn qemu_plugin_tb_n_insns(
    tb: *const qemu_plugin_tb
) -> usize
Expand description

qemu_plugin_tb_n_insns() - query helper for number of insns in TB @tb: opaque handle to TB passed to callback

Returns: number of instructions in this block