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