pkcs11_sys

Type Alias CK_C_GetFunctionList

source
pub type CK_C_GetFunctionList = Option<unsafe extern "C" fn(ppFunctionList: CK_FUNCTION_LIST_PTR_PTR) -> CK_RV>;

Aliased Type§

enum CK_C_GetFunctionList {
    None,
    Some(unsafe extern "C" fn(_: *mut *mut CK_FUNCTION_LIST) -> u32),
}

Variants§

§1.6.0

None

No value.

§1.6.0

Some(unsafe extern "C" fn(_: *mut *mut CK_FUNCTION_LIST) -> u32)

Some value of type T.