pub type FuncUnsafe<T> = T;Expand description
A pointer to a shared function which provides no protection against outliving its library.
pub type FuncUnsafe<T> = T;A pointer to a shared function which provides no protection against outliving its library.