krb5_gic_opt_ext is an opaque structure that is supposed to be binary-compatible with krb5_get_init_creds_opt, but might not conform to the C standard due to type punning. Fix this by including a copy of krb5_get_init_creds_opt as the first member of krb5_gic_opt and doing all dependent changes.