Skip to main content

IdaxDecompilerCursorPositionCallback

Type Alias IdaxDecompilerCursorPositionCallback 

Source
pub type IdaxDecompilerCursorPositionCallback = Option<unsafe extern "C" fn(context: *mut c_void, event: *const IdaxDecompilerCursorPositionEvent)>;

Aliased Type§

pub enum IdaxDecompilerCursorPositionCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const IdaxDecompilerCursorPositionEvent)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const IdaxDecompilerCursorPositionEvent))

Some value of type T.