pub type jq_util_msg_cb = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_char)>;
pub enum jq_util_msg_cb { None, Some(unsafe extern "C" fn(*mut c_void, *const i8)), }
No value.
Some value of type T.
T