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.