Type Alias ENGINE_CTRL_FUNC_PTR

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut engine_st, _: i32, _: i64, _: *mut c_void, _: Option<unsafe extern "C" fn()>) -> i32)

Some value of type T.