pub type ConstructActionFunction = Option<unsafe extern "C" fn(arg1: *mut Environment, arg2: *mut ConstructHeader, arg3: *mut c_void)>;Aliased Type§
enum ConstructActionFunction {
None,
Some(unsafe extern "C" fn(_: *mut environmentData, _: *mut constructHeader, _: *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut environmentData, _: *mut constructHeader, _: *mut c_void))
Some value of type T.