pub type Dtmethod_t = _dtmethod_s;Aliased Type§
#[repr(C)]pub struct Dtmethod_t {
pub searchf: Option<unsafe extern "C" fn(*mut _dt_s, *mut c_void, i32) -> *mut c_void>,
pub type_: i32,
}Fields§
§searchf: Option<unsafe extern "C" fn(*mut _dt_s, *mut c_void, i32) -> *mut c_void>§type_: i32