Function idalib_sys::func::get_func_num

pub unsafe fn get_func_num(ea: c_ulonglong) -> c_int
Expand description

Get ordinal number of a function. \param ea any address in the function \return number of function (0..get_func_qty()-1). -1 means ‘no function at the specified address’.