pub type uct_ep_connect_func_t = Option<unsafe extern "C" fn(ep: uct_ep_h, params: *const uct_ep_connect_params_t) -> ucs_status_t>;Aliased Type§
enum uct_ep_connect_func_t {
None,
Some(unsafe extern "C" fn(_: *mut uct_ep, _: *const uct_ep_connect_params) -> ucs_status_t),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut uct_ep, _: *const uct_ep_connect_params) -> ucs_status_t)
Some value of type T.