1error: pointer argument requires that the function be marked unsafe 2 --> $DIR/ptr_missing_unsafe.rs:6:27 3 | 46 | fn not_unsafe_ptr(c: *mut C); 5 | ^^^^^^^^^ 6