Function idalib_sys::func::get_func
pub unsafe fn get_func(ea: c_ulonglong) -> *mut func_t
Expand description
Get pointer to function structure by address. \param ea any address in a function \return ptr to a function or nullptr. This function returns a function entry chunk.