Type Alias yaslapi_sys::YASL_cfn

source ·
pub type YASL_cfn = Option<unsafe extern "C" fn(arg1: *mut YASL_State) -> c_int>;
Expand description

Typedef for YASL functions defined through the C API.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.