1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
* <div rustbindgen replaces="gss_OID_set_desc_struct"></div>
*/
typedef struct gss_oid_set_desc_struct ;
/**
* <div rustbindgen replaces="gss_name_struct"></div>
*/
typedef struct gss_name_struct gss_name_desc;
/**
* <div rustbindgen replaces="gss_cred_id_struct"></div>
*/
typedef struct gss_cred_id_struct gss_cred_id_desc;
/**
* <div rustbindgen replaces="gss_ctx_id_struct"></div>
*/
typedef struct gss_ctx_id_struct gss_ctx_id_desc;