pub unsafe extern "C" fn panda_init(
argc: c_int,
argv: *mut *mut c_char,
envp: *mut *mut c_char,
) -> c_intExpand description
panda_init() - Initialize panda guest. @argc: number of command line args @argv: command line args @envp: environment variables
Initialize panda emulator with command line and environment variables. These may have come from running cmd-line panda or may have been crafted by something using panda as a library, e.g., by the PYTHON panda interface.
Return: always 0