service_command_func_t

Type Alias service_command_func_t 

Source
pub type service_command_func_t = Option<unsafe extern "C" fn(cmd: *const c_char, arg1: *const nvlist_t, arg2: *mut nvlist_t, arg3: *mut nvlist_t) -> c_int>;

Aliased Type§

pub enum service_command_func_t {
    None,
    Some(unsafe extern "C" fn(*const u8, *const *const i32, *mut *const i32, *mut *const i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, *const *const i32, *mut *const i32, *mut *const i32) -> i32)

Some value of type T.