Type Alias ucs_status_ptr_t

Source
pub type ucs_status_ptr_t = *mut c_void;
Expand description

@ingroup UCS_RESOURCE @brief Status pointer

A pointer can represent one of these values:

  • NULL / UCS_OK
  • Error code pointer (UCS_ERR_xx)
  • Valid pointer