Type Alias lh_ERR_STRING_DATA_compfunc

Source
pub type lh_ERR_STRING_DATA_compfunc = Option<unsafe extern "C" fn(_: *const ERR_string_data_st, _: *const ERR_string_data_st) -> i32>;

Aliased Type§

enum lh_ERR_STRING_DATA_compfunc {
    None,
    Some(unsafe extern "C" fn(_: *const ERR_string_data_st, _: *const ERR_string_data_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ERR_string_data_st, _: *const ERR_string_data_st) -> i32)

Some value of type T.