Searched defs:rutabaga_debug_callback (Results 1 – 2 of 2) sorted by relevance
175 pub type rutabaga_debug_callback = extern "C" fn(user_data: u64, debug: &rutabaga_debug); typedef197 debug_cb: rutabaga_debug_callback, in create_ffi_debug_handler()
207 typedef void (*rutabaga_debug_callback)(uint64_t user_data, const struct rutabaga_debug *debug); typedef