TheTruthCreateTypesI

Type Alias TheTruthCreateTypesI 

Source
pub type TheTruthCreateTypesI = Option<unsafe extern "C" fn(tt: *mut TheTruthO)>;

Aliased Type§

pub enum TheTruthCreateTypesI {
    None,
    Some(unsafe extern "C" fn(*mut TheTruthO)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut TheTruthO))

Some value of type T.