/*D
   MPI_T_event_callback_set_info - Updates the hints of the callback function registered for the callback safety level specified by cb_safety of the event-registration handle associated with event_registration

Synopsis:
.vb
int MPI_T_event_callback_set_info(MPI_T_event_registration event_registration,
                                  MPI_T_cb_safety cb_safety, MPI_Info info)
.ve

Input Parameters:
+ event_registration - event registration (handle)
. cb_safety - callback safety level (integer)
- info - info object (handle)

.N ThreadSafe

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_INFO
.N MPI_T_ERR_INVALID_HANDLE
.N MPI_T_ERR_NOT_INITIALIZED
.N MPI_ERR_OTHER

D*/

