pub trait UnsafeFunctionPointer: SealedUnsafeFunctionPointer { }Expand description
Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).
Object Safety§
This trait is not object safe.
pub trait UnsafeFunctionPointer: SealedUnsafeFunctionPointer { }Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).