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