pub unsafe extern "system" fn ZwSetInformationTransaction(
    transactionhandle: HANDLE,
    transactioninformationclass: TRANSACTION_INFORMATION_CLASS,
    transactioninformation: *const c_void,
    transactioninformationlength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_SystemServices"