pub unsafe fn ZwSetInformationTransactionManager<P0>(
    tmhandle: P0,
    transactionmanagerinformationclass: TRANSACTIONMANAGER_INFORMATION_CLASS,
    transactionmanagerinformation: *const c_void,
    transactionmanagerinformationlength: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,