LibVEX_Init

Function LibVEX_Init 

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