pub type _STACK = stack_st;Aliased Type§
#[repr(C)]pub struct _STACK {
pub num: usize,
pub data: *mut *mut c_void,
pub sorted: i32,
pub num_alloc: usize,
pub comp: Option<unsafe extern "C" fn(*const *const c_void, *const *const c_void) -> i32>,
}Fields§
§num: usize§data: *mut *mut c_void§sorted: i32§num_alloc: usize§comp: Option<unsafe extern "C" fn(*const *const c_void, *const *const c_void) -> i32>