pub type switch_event_header_t = switch_event_header;Aliased Type§
#[repr(C)]pub struct switch_event_header_t {
pub name: *mut i8,
pub value: *mut i8,
pub array: *mut *mut i8,
pub idx: i32,
pub hash: u64,
pub next: *mut switch_event_header,
}Fields§
§name: *mut i8§value: *mut i8§array: *mut *mut i8§idx: i32§hash: u64§next: *mut switch_event_header