pub type ENGINE_GEN_INT_FUNC_PTR = Option<unsafe extern "C" fn(_: *mut engine_st) -> i32>;
enum ENGINE_GEN_INT_FUNC_PTR { None, Some(unsafe extern "C" fn(_: *mut engine_st) -> i32), }
No value.
Some value of type T.
T