proc_handler_proc_t

Type Alias proc_handler_proc_t 

Source
pub type proc_handler_proc_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut calldata_t)>;

Aliased Type§

pub enum proc_handler_proc_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut calldata)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut calldata))

Some value of type T.