pub type uct_ep_destroy_func_t = Option<unsafe extern "C" fn(ep: uct_ep_h)>;
enum uct_ep_destroy_func_t { None, Some(unsafe extern "C" fn(_: *mut uct_ep)), }
No value.
Some value of type T.
T