pub unsafe fn NtSetInformationTransaction<P0>(
    transactionhandle: P0,
    transactioninformationclass: TRANSACTION_INFORMATION_CLASS,
    transactioninformation: *const c_void,
    transactioninformationlength: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,