Function idalib_sys::util::next_head
pub unsafe fn next_head(ea: c_ulonglong, maxea: c_ulonglong) -> c_ulonglong
Expand description
Get start of next defined item. \param ea begin search at this address \param maxea not included in the search range \return #BADADDR if none exists.