pub type OSSL_FUNC_cleanup_entropy_fn = Option<unsafe extern "C" fn(_: *const ossl_core_handle_st, _: *mut u8, _: usize)>;
Aliased Type§
enum OSSL_FUNC_cleanup_entropy_fn {
None,
Some(unsafe extern "C" fn(_: *const ossl_core_handle_st, _: *mut u8, _: usize)),
}