Type Alias lh_ERR_STRING_DATA_doallfunc

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ERR_string_data_st))

Some value of type T.