Function windows::Wdk::System::SystemServices::ZwSetInformationTransaction
pub unsafe fn ZwSetInformationTransaction<P0>(
transactionhandle: P0,
transactioninformationclass: TRANSACTION_INFORMATION_CLASS,
transactioninformation: *const c_void,
transactioninformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,