pub unsafe extern "system" fn BCryptProcessMultiOperations(
    hobject: *mut c_void,
    operationtype: BCRYPT_MULTI_OPERATION_TYPE,
    poperations: *const c_void,
    cboperations: u32,
    dwflags: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"