Type Alias simics_api_sys::output_handler_t

source ·
pub type output_handler_t = Option<unsafe extern "C" fn(data: *mut lang_void, src: *const c_char, length: usize)>;

Aliased Type§

enum output_handler_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: usize))

Some value of type T.