pub trait UnsafeFunctionPointer: SealedUnsafeFunctionPointer { }
Expand description

Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).

Implementors§