pub type GEcallback = Option<unsafe extern "C" fn(arg1: GEevent, arg2: *mut GEDevDesc, arg3: SEXP) -> SEXP>;
Aliased Type§
enum GEcallback {
None,
Some(unsafe extern "C" fn(Enum_Unnamed42, *mut Struct__GEDevDesc, *mut Struct_SEXPREC) -> *mut Struct_SEXPREC),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(Enum_Unnamed42, *mut Struct__GEDevDesc, *mut Struct_SEXPREC) -> *mut Struct_SEXPREC)
Some value of type T
.