Type Alias bssl_sys::CRYPTO_EX_free

source ·
pub type CRYPTO_EX_free = Option<unsafe extern "C" fn(parent: *mut c_void, ptr: *mut c_void, ad: *mut CRYPTO_EX_DATA, index: c_int, argl: c_long, argp: *mut c_void)>;

Aliased Type§

enum CRYPTO_EX_free {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut crypto_ex_data_st, _: i32, _: i64, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut crypto_ex_data_st, _: i32, _: i64, _: *mut c_void))

Some value of type T.