pub type udf_lb_addr_t = udf_lb_addr_s;
struct udf_lb_addr_t { pub lba: u32, pub partitionReferenceNum: u16, }
lba: u32
partitionReferenceNum: u16