DATFunc

Type Alias DATFunc 

Source
pub type DATFunc = Option<unsafe extern "C" fn(table_name: *const gchar, selector_type: ftenum_t, key: gpointer, value: gpointer, user_data: gpointer)>;

Aliased Type§

pub enum DATFunc {
    None,
    Some(unsafe extern "C" fn(*const i8, u32, *mut c_void, *mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.