pub unsafe extern "C" fn panda_run() -> c_intExpand description
panda_run() - Give control to panda to emulate guest.
Allow panda to emulate guest, executing any registered callbacks as well as loaded plugin code. This will return when panda emulation exits its “main loop” and would normally end as a program.
Return: always 0