pub unsafe extern "C" fn pomp_event_str(
event: pomp_event,
) -> *const c_charExpand description
Get the string description of a context event. @param event : event to convert. @return string description of the context event.
pub unsafe extern "C" fn pomp_event_str(
event: pomp_event,
) -> *const c_charGet the string description of a context event. @param event : event to convert. @return string description of the context event.