pub type OutOfMemoryFunction = Option<unsafe extern "C" fn(arg1: *mut Environment, arg2: size_t) -> bool>;
enum OutOfMemoryFunction { None, Some(unsafe extern "C" fn(_: *mut environmentData, _: u32) -> bool), }
No value.
Some value of type T.
T