pm_diagnostic_message

Function pm_diagnostic_message 

Source
pub unsafe extern "C" fn pm_diagnostic_message(
    diagnostic: *const pm_diagnostic_t,
) -> *const c_char
Expand description

Get the message of the given diagnostic.

@param diagnostic The diagnostic to get the message of. @returns The message of the given diagnostic.