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