Type Alias swipl::fli::PL_dispatch_hook_t
source · pub type PL_dispatch_hook_t = Option<unsafe extern "C" fn(_: i32) -> i32>;
Aliased Type§
enum PL_dispatch_hook_t {
None,
Some(unsafe extern "C" fn(_: i32) -> i32),
}