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