Type Alias sk_OSSL_TIME_PERIOD_compfunc

Source
pub type sk_OSSL_TIME_PERIOD_compfunc = Option<unsafe extern "C" fn(*const *const OSSL_TIME_PERIOD_st, *const *const OSSL_TIME_PERIOD_st) -> i32>;

Aliased Type§

enum sk_OSSL_TIME_PERIOD_compfunc {
    None,
    Some(unsafe extern "C" fn(*const *const OSSL_TIME_PERIOD_st, *const *const OSSL_TIME_PERIOD_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *const OSSL_TIME_PERIOD_st, *const *const OSSL_TIME_PERIOD_st) -> i32)

Some value of type T.