pub unsafe fn LogRecoveryConflict(
    arg_reason: ProcSignalReason,
    arg_wait_start: TimestampTz,
    arg_cur_ts: TimestampTz,
    arg_wait_list: *mut VirtualTransactionId,
    arg_still_waiting: bool
)