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