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§
pub enum CK_C_GetInterface {
None,
Some(unsafe extern "C" fn(*mut u8, *mut CK_VERSION, *mut *mut CK_INTERFACE, u64) -> u64),
}