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