pub type DL_FUNC = Option<unsafe extern "C" fn() -> *mut c_void>;
Expand description
Called with a variable argument set after casting to a compatible function pointer.
Aliased Type§
enum DL_FUNC {
None,
Some(unsafe extern "C" fn() -> *mut c_void),
}