pub type rrd_context_t = rrd_context;
#[repr(C)]pub struct rrd_context_t { pub lib_errstr: [i8; 256], pub rrd_error: [i8; 4096], }
lib_errstr: [i8; 256]
rrd_error: [i8; 4096]