pkcs11_sys

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§

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

Variants§

§1.6.0

None

No value.

§1.6.0

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

Some value of type T.