pub type EventFunction = Option<unsafe extern "C" fn(arg1: *mut Environment)>;Aliased Type§
enum EventFunction {
None,
Some(unsafe extern "C" fn(_: *mut environmentData)),
}pub type EventFunction = Option<unsafe extern "C" fn(arg1: *mut Environment)>;enum EventFunction {
None,
Some(unsafe extern "C" fn(_: *mut environmentData)),
}