pub fn is_unsafe_fn<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> bool
Returns true if ty denotes an unsafe fn.
true
ty
unsafe fn