pm_diagnostic_location

Function pm_diagnostic_location 

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

Get the location of the given diagnostic.

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