pub type duk_c_function = Option<unsafe extern "C" fn(ctx: *mut duk_context) -> duk_ret_t>;
pub enum duk_c_function { None, Some(unsafe extern "C" fn(*mut duk_hthread) -> i32), }
No value.
Some value of type T.
T