pub type KeyValuePair = KeyValuePair_struct;Aliased Type§
struct KeyValuePair {
pub key: *const c_void,
pub value: *mut c_void,
pub next: *mut KeyValuePair_struct,
}Fields§
§key: *const c_void§value: *mut c_void§next: *mut KeyValuePair_struct