pub type register_cb = Option<unsafe extern "C" fn(action: register_action_e, message: *const c_char, client_data: gpointer)>;
pub enum register_cb { None, Some(unsafe extern "C" fn(u32, *const i8, *mut c_void)), }
No value.
Some value of type T.
T