pub type udf_extent_ad_t = udf_extent_ad_s;
#[repr(C, packed(1))]pub struct udf_extent_ad_t { pub len: u32, pub loc: u32, }
len: u32
loc: u32