Type Alias sk_GENERAL_NAMES_freefunc

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

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.