pub type plugin_read_cb = Option<unsafe extern "C" fn(arg1: *mut user_data_t) -> c_int>;
pub enum plugin_read_cb { None, Some(unsafe extern "C" fn(*mut user_data_s) -> i32), }
No value.
Some value of type T.
T