Type Alias Emojicode_FunctionFunctionPointer

Source
pub type Emojicode_FunctionFunctionPointer = Option<unsafe extern "C" fn(thread: *mut Emojicode_Thread)>;

Aliased Type§

enum Emojicode_FunctionFunctionPointer {
    None,
    Some(unsafe extern "C" fn(_: *mut Emojicode_Thread)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Emojicode_Thread))

Some value of type T.