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