1error: pointer argument requires that the function pointer be marked unsafe
2 --> tests/ui/ptr_in_fnptr.rs:4:27
3  |
44 |         fn f(callback: fn(p: *const u8));
5  |                           ^^^^^^^^^^^^
6