pub type ENGINE_CTRL_FUNC_PTR = Option<unsafe extern "C" fn(_: *mut engine_st, _: i32, _: i64, _: *mut c_void, _: Option<unsafe extern "C" fn()>) -> i32>;
Aliased Type§
enum ENGINE_CTRL_FUNC_PTR {
None,
Some(unsafe extern "C" fn(_: *mut engine_st, _: i32, _: i64, _: *mut c_void, _: Option<unsafe extern "C" fn()>) -> i32),
}