[][src]Type Definition xed_sys::xed_segment_base_callback_fn_t

type xed_segment_base_callback_fn_t = Option<unsafe extern "C" fn(reg: xed_reg_enum_t, context: *mut c_void, error: *mut xed_bool_t) -> c_ulonglong>;

A function for obtaining the segment base values. 32b return values should be zero extended zero extended to 64b. The error value is set to nonzero if the callback experiences some sort of problem. @ingroup AGEN