pub type JsonArrayForeach = Option<unsafe extern "C" fn(*mut JsonArray, c_uint, *mut JsonNode, gpointer)>;
pub enum JsonArrayForeach { None, Some(unsafe extern "C" fn(*mut JsonArray, u32, *mut JsonNode, *mut c_void)), }
No value.
Some value of type T.
T