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§
None
No value.
Some(unsafe extern "C" fn(_: *mut environmentData, _: *mut constructHeader) -> *mut constructHeader)
Some value of type T.