pub fn check_unsafe_propagation_with_external(
function: &Function,
safety_context: &SafetyContext,
known_safe_functions: &HashSet<String>,
external_annotations: Option<&ExternalAnnotations>,
) -> Vec<String>Expand description
Check for unsafe propagation with external annotations support