pub type pb_istream_t = pb_istream_s;Aliased Type§
#[repr(C)]pub struct pb_istream_t {
pub callback: Option<unsafe extern "C" fn(*mut pb_istream_s, *mut u8, usize) -> bool>,
pub state: *mut c_void,
pub bytes_left: usize,
pub errmsg: *const u8,
}Fields§
§callback: Option<unsafe extern "C" fn(*mut pb_istream_s, *mut u8, usize) -> bool>§state: *mut c_void§bytes_left: usize§errmsg: *const u8