Function idalib_sys::func::calc_thunk_func_target

pub unsafe fn calc_thunk_func_target(
    pfn: *mut func_t,
    fptr: *mut c_ulonglong,
) -> c_ulonglong
Expand description

Calculate target of a thunk function. \param pfn pointer to function (may not be nullptr) \param fptr out: will hold address of a function pointer (if indirect jump) \return the target function or #BADADDR