pub type lfs_cache_t = lfs_cache;
struct lfs_cache_t { pub block: u32, pub off: u32, pub buffer: *mut u8, }
block: u32
off: u32
buffer: *mut u8