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(_: *mut c_void, _: i32, _: *const c_void, _: u32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const c_void, _: u32, _: u32) -> i32)

Some value of type T.