pub type lh_ERR_STRING_DATA_doallfunc = Option<unsafe extern "C" fn(_: *mut ERR_string_data_st)>;
Aliased Type§
enum lh_ERR_STRING_DATA_doallfunc {
None,
Some(unsafe extern "C" fn(_: *mut ERR_string_data_st)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ERR_string_data_st))
Some value of type T
.