YASL_cfn

Type Alias 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§

pub 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.