pub unsafe fn BCryptProcessMultiOperations(
    hobject: BCRYPT_HANDLE,
    operationtype: BCRYPT_MULTI_OPERATION_TYPE,
    poperations: *const c_void,
    cboperations: u32,
    dwflags: u32,
) -> NTSTATUS