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