CK_C_GetInterface

Type Alias CK_C_GetInterface 

Source
pub type CK_C_GetInterface = Option<unsafe extern "C" fn(pInterfaceName: CK_UTF8CHAR_PTR, pVersion: CK_VERSION_PTR, ppInterface: CK_INTERFACE_PTR_PTR, flags: CK_FLAGS) -> CK_RV>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.