pub type CK_C_GetFunctionList = Option<unsafe extern "C" fn(arg1: *mut *mut CK_FUNCTION_LIST) -> CK_RV>;
pub enum CK_C_GetFunctionList { None, Some(unsafe extern "C" fn(*mut *mut CK_FUNCTION_LIST) -> u64), }
No value.
Some value of type T.
T