Type Alias OSSL_FUNC_cleanup_nonce_fn

Source
pub type OSSL_FUNC_cleanup_nonce_fn = Option<unsafe extern "C" fn(_: *const ossl_core_handle_st, _: *mut u8, _: usize)>;

Aliased Type§

enum OSSL_FUNC_cleanup_nonce_fn {
    None,
    Some(unsafe extern "C" fn(_: *const ossl_core_handle_st, _: *mut u8, _: usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ossl_core_handle_st, _: *mut u8, _: usize))

Some value of type T.