Function windows::Wdk::System::SystemServices::ZwSetInformationTransactionManager
pub unsafe fn ZwSetInformationTransactionManager<P0>(
tmhandle: P0,
transactionmanagerinformationclass: TRANSACTIONMANAGER_INFORMATION_CLASS,
transactionmanagerinformation: *const c_void,
transactionmanagerinformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,