pub type JsonBoxedSerializeFunc = Option<unsafe extern "C" fn(boxed: gconstpointer) -> *mut JsonNode>;
pub enum JsonBoxedSerializeFunc { None, Some(unsafe extern "C" fn(*const c_void) -> *mut _JsonNode), }
No value.
Some value of type T.
T