pub type CK_C_GetOperationState = Option<unsafe extern "C" fn(hSession: CK_SESSION_HANDLE, pOperationState: CK_BYTE_PTR, pulOperationStateLen: CK_ULONG_PTR) -> CK_RV>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.