Type Alias FindConstructFunction

Source
pub type FindConstructFunction = Option<unsafe extern "C" fn(arg1: *mut Environment, arg2: *const c_char) -> *mut ConstructHeader>;

Aliased Type§

enum FindConstructFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut environmentData, _: *const i8) -> *mut constructHeader),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut environmentData, _: *const i8) -> *mut constructHeader)

Some value of type T.