Type Alias BCryptProcessMultiOperationsFn
pub type BCryptProcessMultiOperationsFn = Option<unsafe extern "system" fn(hobject: BCRYPT_HANDLE, operationtype: BCRYPT_MULTI_OPERATION_TYPE, poperations: *const c_void, cboperations: u32, dwflags: u32) -> NTSTATUS>;
Aliased Type§
enum BCryptProcessMultiOperationsFn {
None,
Some(unsafe extern "system" fn(_: BCRYPT_HANDLE, _: BCRYPT_MULTI_OPERATION_TYPE, _: *const c_void, _: u32, _: u32) -> NTSTATUS),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: BCRYPT_HANDLE, _: BCRYPT_MULTI_OPERATION_TYPE, _: *const c_void, _: u32, _: u32) -> NTSTATUS)
Some value of type T
.