Function getseg
pub unsafe fn getseg(ea: c_ulonglong) -> *mut segment_tExpand description
Get pointer to segment by linear address. \deprecated Use get_segment_info() for safer access without pointer lifetime issues. \param ea linear address belonging to the segment \return nullptr or pointer to segment structure