pub type uct_iface_query_func_t = Option<unsafe extern "C" fn(iface: uct_iface_h, iface_attr: *mut uct_iface_attr_t) -> ucs_status_t>;Aliased Type§
enum uct_iface_query_func_t {
None,
Some(unsafe extern "C" fn(_: *mut uct_iface, _: *mut uct_iface_attr) -> ucs_status_t),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut uct_iface, _: *mut uct_iface_attr) -> ucs_status_t)
Some value of type T.