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