pub type gss_OID_desc = gss_OID_desc_struct;
#[repr(C)]pub struct gss_OID_desc { pub length: u32, pub elements: *mut c_void, }
length: u32
elements: *mut c_void