pub type IByteOut = IByteOut_;
#[repr(C)]pub struct IByteOut { pub Write: Option<unsafe extern "C" fn(*const IByteOut_, u8)>, }
Write: Option<unsafe extern "C" fn(*const IByteOut_, u8)>