pub type CK_C_GetFunctionList = Option<unsafe extern "C" fn(function_list: *mut *mut _CK_FUNCTION_LIST) -> CK_RV>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.