| 156 | typedef struct { |
| 157 | void* ctx; // Pointer to Rust managed context. |
| 158 | struct FwContext* fw; // Pointer to context for Fuzzwre. |
| 159 | |
| 160 | uc_err (*emu_stop)(void*, uc_err); |
| 161 | uc_err (*reg_read)(void*, int, void*); |
nothing calls this directly
no outgoing calls
no test coverage detected