Type Definition libR_sys::DL_FUNC

source ·
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.