Dtmake_f

Type Alias Dtmake_f 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _dt_s, *mut c_void, *mut _dtdisc_s) -> *mut c_void)

Some value of type T.