custom_fmt_func_t

Type Alias custom_fmt_func_t 

Source
pub type custom_fmt_func_t = Option<unsafe extern "C" fn(arg1: *mut gchar, arg2: guint32)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.