pub fn read_best_thunk_data(
    pe: &PE,
    original_first_thunk_addr: VA,
    first_thunk_addr: VA
) -> Result<IMAGE_THUNK_DATA>