Type Alias cryptoki_sys::CK_C_GetInfo

source ·
pub type CK_C_GetInfo = Option<unsafe extern "C" fn(info: *mut _CK_INFO) -> CK_RV>;

Aliased Type§

enum CK_C_GetInfo {
    None,
    Some(unsafe extern "C" fn(_: *mut _CK_INFO) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _CK_INFO) -> u64)

Some value of type T.