Type Alias GetNextConstructFunction

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.