Type Definition libjit_sys::jit_debugger_hook_func [] [src]

type jit_debugger_hook_func = Option<extern "C" fn(_: jit_function_t, _: jit_nint, _: jit_nint)>;