Type Alias OSSL_FUNC_OPENSSL_cleanse_fn

Source
pub type OSSL_FUNC_OPENSSL_cleanse_fn = Option<unsafe extern "C" fn(_: *mut c_void, _: usize)>;

Aliased Type§

enum OSSL_FUNC_OPENSSL_cleanse_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: usize))

Some value of type T.