Type Alias ENGINE_DIGESTS_PTR

Source
pub type ENGINE_DIGESTS_PTR = Option<unsafe extern "C" fn(*mut engine_st, *mut *const evp_md_st, *mut *const i32, i32) -> i32>;

Aliased Type§

enum ENGINE_DIGESTS_PTR {
    None,
    Some(unsafe extern "C" fn(*mut engine_st, *mut *const evp_md_st, *mut *const i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut engine_st, *mut *const evp_md_st, *mut *const i32, i32) -> i32)

Some value of type T.