pub type IdaxGraphOnClicked = Option<unsafe extern "C" fn(context: *mut c_void, node: c_int) -> c_int>;
pub enum IdaxGraphOnClicked { None, Some(unsafe extern "C" fn(*mut c_void, i32) -> i32), }
No value.
Some value of type T.
T