Type Alias sk_GENERAL_NAMES_copyfunc

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

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const stack_st_GENERAL_NAME) -> *mut stack_st_GENERAL_NAME)

Some value of type T.