cryptoki_sys

Type Alias CK_C_GetInterface

Source
pub type CK_C_GetInterface = Option<unsafe extern "C" fn(arg1: *mut CK_UTF8CHAR, arg2: *mut CK_VERSION, arg3: *mut *mut CK_INTERFACE, arg4: CK_FLAGS) -> CK_RV>;

Aliased Type§

enum CK_C_GetInterface {
    None,
    Some(unsafe extern "C" fn(_: *mut u8, _: *mut CK_VERSION, _: *mut *mut CK_INTERFACE, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut u8, _: *mut CK_VERSION, _: *mut *mut CK_INTERFACE, _: u32) -> u32)

Some value of type T.