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