Type Alias ENGINE_GEN_INT_FUNC_PTR

Source
pub type ENGINE_GEN_INT_FUNC_PTR = Option<unsafe extern "C" fn(_: *mut engine_st) -> i32>;

Aliased Type§

enum ENGINE_GEN_INT_FUNC_PTR {
    None,
    Some(unsafe extern "C" fn(_: *mut engine_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut engine_st) -> i32)

Some value of type T.