jit_closure_func

Type Alias jit_closure_func 

Source
pub type jit_closure_func = Option<unsafe extern "C" fn(signature: jit_type_t, result: *mut c_void, args: *mut *mut c_void, user_data: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.