pub type IByteIn = IByteIn_;
#[repr(C)]pub struct IByteIn { pub Read: Option<unsafe extern "C" fn(*const IByteIn_) -> u8>, }
Read: Option<unsafe extern "C" fn(*const IByteIn_) -> u8>