pub unsafe extern "C" fn pm_diagnostic_message(
diagnostic: *const pm_diagnostic_t,
) -> *const c_charExpand description
Get the message of the given diagnostic.
@param diagnostic The diagnostic to get the message of. @returns The message of the given diagnostic.