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§
None
No value.
Some(unsafe extern "C" fn(_: *const ERR_string_data_st, _: *const ERR_string_data_st) -> i32)
Some value of type T
.