LibVEX_Init

Function LibVEX_Init 

Source
pub unsafe extern "C" fn LibVEX_Init(
    failure_exit: Option<unsafe extern "C" fn() -> !>,
    log_bytes: Option<unsafe extern "C" fn(arg1: *const HChar, nbytes: SizeT)>,
    debuglevel: Int,
    vcon: *const VexControl,
)