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