pub type duk_free_function = Option<unsafe extern "C" fn(udata: *mut c_void, ptr: *mut c_void)>;
pub enum duk_free_function { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T