pub unsafe extern "C" fn ZydisCalcAbsoluteAddressEx(
    instruction: *const DecodedInstruction,
    operand: *const DecodedOperand,
    runtime_address: u64,
    register_context: *const RegisterContext,
    result_address: *mut u64
) -> Status