pub type IdaxEventCommentChangedCallback = Option<unsafe extern "C" fn(context: *mut c_void, address: u64, repeatable: c_int)>;Aliased Type§
pub enum IdaxEventCommentChangedCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, u64, i32)),
}