pub type ENGINE_CIPHERS_PTR = Option<unsafe extern "C" fn(_: *mut engine_st, _: *mut *const evp_cipher_st, _: *mut *const i32, _: i32) -> i32>;
Aliased Type§
enum ENGINE_CIPHERS_PTR {
None,
Some(unsafe extern "C" fn(_: *mut engine_st, _: *mut *const evp_cipher_st, _: *mut *const i32, _: i32) -> i32),
}