Type Alias sk_CTLOG_copyfunc

Source
pub type sk_CTLOG_copyfunc = Option<unsafe extern "C" fn(_: *const ctlog_st) -> *mut ctlog_st>;

Aliased Type§

enum sk_CTLOG_copyfunc {
    None,
    Some(unsafe extern "C" fn(_: *const ctlog_st) -> *mut ctlog_st),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.