pub type udf_extent_ad_t = udf_extent_ad_s;
struct udf_extent_ad_t { pub len: u32, pub loc: u32, }
len: u32
loc: u32