pub unsafe extern "system" fn ZwSetInformationTransactionManager(
    tmhandle: HANDLE,
    transactionmanagerinformationclass: TRANSACTIONMANAGER_INFORMATION_CLASS,
    transactionmanagerinformation: *const c_void,
    transactionmanagerinformationlength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_SystemServices"