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