Struct krb5_sys::krb5_data [] [src]

#[repr(C)]
pub struct krb5_data { pub magic: krb5_magic, pub length: c_uint, pub data: *mut c_char, }

Fields