pub type fhandle_t = fhandle;
#[repr(C)]pub struct fhandle_t { pub fh_len: u32, pub fh_data: [u8; 128], }
fh_len: u32
fh_data: [u8; 128]