pub type Dtmake_f = Option<unsafe extern "C" fn(arg1: *mut Dt_t, arg2: *mut c_void, arg3: *mut Dtdisc_t) -> *mut c_void>;Aliased Type§
pub enum Dtmake_f {
None,
Some(unsafe extern "C" fn(*mut _dt_s, *mut c_void, *mut _dtdisc_s) -> *mut c_void),
}